type net/http.serveMux121
9 uses
net/http (current package)
servemux121.go#L39: type serveMux121 struct {
servemux121.go#L52: func (mux *serveMux121) handle(pattern string, handler Handler) {
servemux121.go#L96: func (mux *serveMux121) handleFunc(pattern string, handler func(ResponseWriter, *Request)) {
servemux121.go#L104: func (mux *serveMux121) findHandler(r *Request) (h Handler, pattern string) {
servemux121.go#L140: func (mux *serveMux121) handler(host, path string) (h Handler, pattern string) {
servemux121.go#L159: func (mux *serveMux121) match(path string) (h Handler, pattern string) {
servemux121.go#L180: func (mux *serveMux121) redirectToPathSlash(host, path string, u *url.URL) (*url.URL, bool) {
servemux121.go#L195: func (mux *serveMux121) shouldRedirectRLocked(host, path string) bool {
server.go#L2510: mux121 serveMux121 // used only when GODEBUG=httpmuxgo121=1
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |